home *** CD-ROM | disk | FTP | other *** search
/ PC Media 4 / PC MEDIA CD04.iso / share / os2 / teldr000 / status.doc < prev    next >
Text File  |  1994-06-24  |  3KB  |  80 lines

  1.   The current feature list of Telnet Door as of version 0.00 is:
  2.  
  3.  
  4. Binary mode supported (send and receive).
  5.  
  6. Sysop can take over from the user.
  7.  
  8. Uses IBM's TCP/IP system.
  9.  
  10. Can be operated as a simple telnet program (if you don't like IBM's telnet).
  11.  
  12. Supports logging all output to a file.
  13.  
  14. Multi-threaded and uses no polling.
  15.  
  16. 32 bit.
  17.  
  18. Uses practically no CPU time, it should run 8 high speed lines on a 386 easily.
  19.  
  20. Supports running a debug file which can be used to give me information on
  21. errors that occur on your system and of features in TELNET daemons on remote
  22. systems which aren't yet supported by my program.
  23.  
  24.  
  25.  
  26.  
  27.  
  28.   Current bug list is:
  29.  
  30.    Doesn't support domain names.  You must know the IP address of the
  31. destination to telnet there.  This will be fixed in the next version.
  32.  
  33.     Some of the enhanced VT100 terminal settings don't work in local mode, due
  34. to differences between OS/2's ANSI terminal and VT100.  Everything works fine
  35. for the remote end as long as they have a VT100 terminal.
  36.  
  37.    Telnet Door automatically sets the terminal type to VT-100 if the
  38. DORINFO1.DEF specifies ANSI graphics.  This is the only teminal type that is
  39. currently supported.  However it does use all binary transmission so after
  40. telnetting in to the remote system you will be able to change the terminal
  41. type appropriately (IE the initial login prompt may not be displayed properly,
  42. but after logging in you can use the TERM environment variable and "stty" to
  43. change things after that).
  44.  
  45.    My Linux system defaults to the "stty" setting "-opost" which means that it
  46. sends bare line-feeds without carriage return characters when I login to it.
  47. So after logging in it is necessary to run "stty opost" to correct this.  If
  48. you are the system administrator of the system you are using my program to
  49. login to then making "stty opost" the first line of your "/etc/profile" file
  50. should solve this (it worked for me).
  51.  
  52.  
  53.  
  54.  
  55.       Planned features are:
  56.  
  57. Sysop chat mode.
  58.  
  59. To write my own emulating library for VT100/VT200.
  60.  
  61. Directly support VT100/VT200 terminal emulations in all ways.
  62.  
  63. Supporting function keys via doorway mode.
  64.  
  65. Using TELNET controls for environment settings and all terminal settings.
  66.  
  67.  
  68.  
  69.  
  70.    Another program that I am thinking of writing in future (depending on
  71. financial incentives) is a terminal server for OS/2.  This would be a single
  72. program that would control a lot of modems (could easily handle 16 lines and
  73. probably 32 or even 64 if the right serial hardware was in place).  I believe
  74. that an OS/2 system running a well written multi-threaded terminal server
  75. would give the same performance as an expensive proprietary terminal server.
  76. Also an OS/2 system would probably be cheaper (a 386 with 8 megs of RAM running
  77. in text mode with a small hard drive would handle 16 lines easily and should
  78. cost less than a dedicated terminal server).
  79.    If you would like to see such a program written then let me know.
  80.